Writing Game Engine from scratch with OpenGL [on hold]

Posted by Wazery on Game Development See other posts from Game Development or by Wazery
Published on 2011-04-30T19:25:25Z Indexed on 2013/10/27 4:16 UTC
Read the original article Hit count: 293

Filed under:
|
|
|
|

I want to start writing my game engine from scratch for learning purpose, what is the prerequisites and how to do that, what programming languages and things you recommend me? Also if you have good articles and books on that it will be great. Thanks in advance!

My Programming languages and tools are:

  • C/C++ is it good to use only C?
  • Python
  • OpenGL
  • Git
  • GDB

What I want to learn from it:

  • Core Game Engine
  • Rendering / Graphics
  • Game Play/Rules
  • Input (keyboard/mouse/controllers, etc)

In Rendering/Graphics:

  • 3D
  • Shading
  • Lighting
  • Texturing

© Game Development or respective owner

Related posts about opengl

Related posts about c++